home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / prefs / screenmode.m < prev    next >
Encoding:
Text File  |  2002-01-02  |  223 b   |  15 lines

  1. MODULE 'libraries/iffparse'
  2.  
  3. CONST ID_SCRM=$5343524D,
  4.  SMB_AUTOSCROLL=1,
  5.  SMF_AUTOSCROLL=(1<<0)
  6.  
  7.  
  8. OBJECT ScreenModePrefs
  9.   Reserved[4]:ULONG,
  10.   DisplayID:ULONG,
  11.   Width:UWORD,
  12.   Height:UWORD,
  13.   Depth:UWORD,
  14.   Control:UWORD
  15.